home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Info / Internet Roadmap.sit / Internet Roadmap ƒ / Map 23 World Wide Web↵ < prev    next >
Encoding:
Text File  |  1995-02-14  |  6.4 KB  |  169 lines  |  [ttro/ttxt]

  1. MAP23: World Wide Web
  2. ---------------------
  3.  
  4.                "Ah! the clock is always slow;
  5.                 It is later than you think."
  6.                 -- Robert W. Service, It is Later Than You Think
  7.  
  8.  
  9. I wish I had six weeks just to talk about the World Wide Web (a.k.a.
  10. WWW or "the Web."). If you think Gopher is neat, wait until you start
  11. playing around on the Web :)
  12.  
  13. Unfortunately, I *don't* have six weeks to talk about the Web -- I only
  14. have two days. Because of this, we are going to go through the Web like
  15. Sherman went through Georgia (1).
  16.  
  17. That's the bad news. The good news is that there are a lot of REALLY good
  18. Web guides available, and I am even seriously considering developing my own
  19. Web workshop that I will offer *late* next year (2).
  20.  
  21. Until that time comes, however, let's talk about the BASICS of the Web.
  22.  
  23. Last week I showed you how most Gopher menus are linked together. We
  24. started out in the gopher.squirrel.com root menu, and eventually ended
  25. up at the SURAnet gopher menu. We were able to do this because the
  26. menus that we travelled through had links to menus and files that were
  27. located at other Gopher sites.
  28.  
  29. Because Gopher menus are linked together, a whole world of information
  30. is available to us with just a few keystrokes!
  31.  
  32. Imagine if we were able to take these links one step further. Instead
  33. of linking menus, we could link *DOCUMENTS* together. You could read
  34. one document, find a keyword in that document that really interests
  35. you, touch that keyword, and automatically be taken to a NEW document
  36. somewhere else in the world -- and this new document could even have
  37. links to OTHER documents around the world, and so on.
  38.  
  39. Sound too good to be true? It isn't, thanks to something called
  40. "hypertext." If you have ever played with Apple's Hypercard program
  41. or the "help" menus in the latest Microsoft packages, you have already
  42. experienced hypertext. You "select" a highlighted word -- usually by
  43. clicking on it with a mouse -- and you are taken into an entirely
  44. new document or help screen.
  45.  
  46. The World Wide Web is based on hypertext. It is possible for you to
  47. go roaming around the Web, bouncing from document to document, using
  48. nothing but the links in those documents!
  49.  
  50. Just as you can access Gopherspace through a Gopher server or client,
  51. you can access the Web through something called a "browser." A browser
  52. can read documents, fetch documents, access files by FTP, read Usenet
  53. newsgroups, telnet into remote sites, and even travel around Gopherspace.
  54. In short, everything that we have talked about over the past three weeks
  55. can be done using nothing but a Web browser!
  56.  
  57. The Web is able to accomplish all of this thanks to something called
  58. URLs ("earls") -- Universal Resource Locators. URLs list the exact
  59. location of *ANY* Internet resource.
  60.  
  61. If you think about it, giving every Internet resource a unique
  62. address is the hard part. Once you have given something an address,
  63. linking to it is pretty easy :)
  64.  
  65. What is really special about the Web is that the Web does all of this
  66. "behind the scenes." It is possible for you to bounce from one link to
  67. another without ever knowing the exact address of where you are, or
  68. even how you got there.
  69.  
  70. If you ever want to jump *directly* to a particular Internet resource,
  71. however, you are going to need to know a little bit more about URLs.
  72. Here are a few basic URLs:
  73.  
  74.      file://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip
  75.      ftp://wuarchive.wustl.edu/mirrors
  76.      http://info.cern.ch:80/default.html
  77.      news:alt.hypertext
  78.      telnet://dra.com
  79.  
  80. Gee ... those look a little like FTP addresses, don't they?
  81.  
  82. The first part of an URL -- the stuff before the colon -- tells the
  83. browser how to access that particular file. For example, to access
  84.  
  85.      ftp://wuarchive.wustl.edu/mirrors
  86.  
  87. your browser would use FTP.
  88.  
  89. Most of the access methods are pretty straight-forward. Here is a list
  90. of some of the more common access methods that you are going to see
  91. listed in the first part of URLs:
  92.  
  93.           method        what it stands for
  94.           ------        ---------------------------------------
  95.  
  96.           ftp           File Transfer Protocol
  97.           file          File Transfer Protocol (same as ftp)
  98.           news          Internet News Protocol (Usenet)
  99.           gopher        Gopher
  100.           telnet        Telnet
  101.           http          Hypertext Transport Protocol
  102.  
  103.  
  104. We've used all of these before, except for http. If you ever see a
  105. URL with http at the beginning of it, that means that the file is
  106. a hypertext document (with hypertext links to other documents).
  107.  
  108. The rest of a URL -- the stuff after the colon -- is the address of
  109. that particular file. In general, two slashes (//) after the colon
  110. indicates a machine name or address.
  111.  
  112. For example,
  113.  
  114.      file://wuarchive.wustl.edu/mirrors/msdos/graphics/gifkit.zip
  115.  
  116. is the URL for an FTP file at wuarchive.wustl.edu, and
  117.  
  118.      http://info.cern.ch:80/default.html
  119.  
  120. is the URL for a hypertext document at info.cern.ch, port 80.
  121.  
  122.  
  123. TOMORROW:   - How to access the Web by telnet
  124.             - Where you can obtain a Web browser (for those of you
  125.               with Level 3 connectivity and a SLIP or PPP connection)
  126.             - Doing some simple searches using the Web
  127.             - The difference between the Web and Mosaic (Mosaic is
  128.               just a browser that lets you access the Web).
  129.  
  130. HOMEWORK:
  131.  
  132.      If you are planning on becoming a SERIOUS Web guru, I have
  133.      placed the WWW FAQ on the file server at the University of
  134.      Alabama. It is broken into two parts:
  135.  
  136.           filename  filetype
  137.           --------  --------
  138.           WWW       FAQ1
  139.           WWW       FAQ2
  140.  
  141.      You can use the GET command to get it (remember, do not
  142.      reply to this letter -- you MUST write a new letter to the
  143.      LISTSERV with your GET commands).
  144.  
  145. SOURCES:
  146.  
  147.      WWW FAQ, 8 August 1994.
  148.  
  149.  
  150. NOTES:
  151.  
  152. (1)  General William Tecumseh Sherman was the Union Army General
  153.      who burned a path 100 miles wide from Atlanta to the sea during
  154.      the U.S. Civil War.
  155.  
  156. (2)  Kristen Burke, a friend of mine at the University, recently heard
  157.      me promise that after this workshop I would *NEVER* do anything like
  158.      this again. She bet me that I would change my mind. She won :)
  159.  
  160.  
  161.    PATRICK DOUGLAS CRISPEN    THE VIEWS EXPRESSED IN THIS LETTER DO NOT
  162.     PCRISPE1@UA1VM.UA.EDU      NECESSARILY REPRESENT THE VIEWS OF THE
  163.   THE UNIVERSITY OF ALABAMA      UNIVERSITY OF ALABAMA - TUSCALOOSA
  164.  
  165.       ROADMAP: COPYRIGHT PATRICK CRISPEN 1994. ALL RIGHTS RESERVED.
  166.  
  167.  
  168.  
  169.